libostree: Fix a typo in docs for ostree_repo_pull_with_options()
authorPhilip Withnall <withnall@endlessm.com>
Wed, 3 May 2017 13:58:07 +0000 (14:58 +0100)
committerAtomic Bot <atomic-devel@projectatomic.io>
Wed, 3 May 2017 14:16:23 +0000 (14:16 +0000)
Signed-off-by: Philip Withnall <withnall@endlessm.com>
Closes: #828
Approved by: cgwalters

src/libostree/ostree-repo-pull.c

index c6b636692ec9e51670bbb1815600658f0f603428..2cfa2e86c38caa67c040c48853cc2907d0043e77 100644 (file)
@@ -2725,7 +2725,7 @@ initiate_request (OtPullData *pull_data,
  *   * override-commit-ids (as): Array of specific commit IDs to fetch for refs
  *   * dry-run (b): Only print information on what will be downloaded (requires static deltas)
  *   * override-url (s): Fetch objects from this URL if remote specifies no metalink in options
- *   * inherit-transaction (b): Don't initiate, finish or abort a transaction, usefult to do mutliple pulls in one transaction.
+ *   * inherit-transaction (b): Don't initiate, finish or abort a transaction, usefult to do multiple pulls in one transaction.
  *   * http-headers (a(ss)): Additional headers to add to all HTTP requests
  *   * update-frequency (u): Frequency to call the async progress callback in milliseconds, if any; only values higher than 0 are valid
  */